home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / misc / unix / sploinerppc.lha / sploinerppc / split.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-04  |  254 b   |  11 lines

  1. #define DISKSIZE 730000
  2. #define MAXFILESPRDISK 10
  3.  
  4. #ifdef __WARPOS__
  5. #define BUF_SIZE 20000     /* VBCC WarpOS fails when writing more than 20000 */
  6. #else                                        /* bytes with fwrite() */
  7. #define BUF_SIZE 45000
  8. #endif
  9.  
  10. void split(int argc, char *argv[]);
  11.